/*$$
{"color":[{"val":"#000000","title":"默认标题颜色"},
{"val":"#ffffff","title":"按钮文字颜色"},
{"val":"#233c82","title":"按钮文字颜色"},
{"val":"#666666","title":"简介文字颜色"}],
"background":[{"val":"#233c82","title":"按钮背景颜色"},
{"val":"#4c619a","title":"按钮上箭头背景颜色"},
{"val":"#ffffff","title":"鼠标滑过按钮背景颜色"}],
"border":[{"val":"#233c82","title":"按钮边框"},
{"val":"#eeeeee","title":"标题边框"},
{"val":"#dadada","title":"列表数据中图片边框"}]}
$$*/
#product_145{
	width: 100%;
}
#product_145 .product{
	width: 1200px;
	margin:30px auto 0 auto;
	position: relative;
	top:50%;
	transform: translateY(-50%);
}
#product_145 .cloumn{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#product_145 .cloumn .name{
	line-height: 56px;
	font-size:38px;
	color: #000000;
	display: inline-block;
	font-weight: 550;
}
#product_145 .moreBtn{
	background: #233c82;
	border:#233c82 solid 1px;
	width: 195px;
	height: 56px;
	border-radius: 50px;
	text-align: center;
	line-height: 56px;
	padding-right: 40px;
	position: relative;
	font-size: 14px;
}
#product_145 .moreBtn i{
	color: #ffffff;
	position: relative;
	z-index: 10;
	transition: all .8s;
}
#product_145 .moreBtn:hover i{
	color: #233c82;
}
#product_145 .moreBtn::after,
#product_145 .moreBtn::before{
	position: absolute;
	content: '';
	transition: all .8s;
}
#product_145 .moreBtn::after{
	width: 34px;
	height: 34px;
	border-radius: 50%;
	right: 15px;
	top:50%;
	transform: translateY(-50%);
	background: #4c619a url(./../../../static/images/NP00035_01.png) no-repeat center center;
}
#product_145 .moreBtn:hover::after{
	background: #233c82 url(./../../../static/images/NP00035_01.png) no-repeat center center;
}
#product_145 .moreBtn::before{
	left: 50%;
	top:50%;
	width: 0;
	height: 0;
	background: #ffffff;
	border-radius: 50px;
}
#product_145 .moreBtn:hover::before{
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
}
#product_145 .productCon{
	width: 100%;
	padding:30px 0 20px 0;
	overflow: hidden;
}
#product_145 .imgR{
	width: 50%;
	height: auto;
	overflow: hidden;
}
#product_145 .imgR .bg{
	width: 100%;
	height: auto;
	max-height: 350px;
}
#product_145 .imgR .img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	object-fit: cover;
	transition: all .8s;
}
#product_145 .imgR:hover img{
	transform: scale(1.1);
}
#product_145 .contL{
	width: 50%;
	padding-left: 15px;
}
#product_145 .title{
	font-size: 26px;
	border-bottom:#eeeeee solid 1px;
	line-height: 80px;
	width: 325px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #000000;
}
#product_145 .intrs{
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	width: 470px;
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	margin:20px 0 30px 0;
	height: 60px;
}
#product_145 .more{
	color: #233c82;
	border:#233c82 solid 1px;
	width: 150px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	position: relative;
}
#product_145 .more i{
	position: relative;
	z-index: 10;
	color: #233c82;
}
#product_145 .more:hover i{
	color: #ffffff;
}
#product_145 .more::before{
	position: absolute;
	left: 0;
	top:0;
	background: #233c82;
	content: '';
	height:100%;
	width: 0;
	transition: all 1s;
}
#product_145 .more:hover::before{
	width: 100%;
}
#product_145 .proList{
	width: 100%;
	height: 145px;
	box-shadow: 0 0 10px rgba(35,60,130,.14);
	border-radius: 0 0 60px 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#product_145 .proItem{
	padding-right: 50px;
	position: relative;
	height: auto;
	width: 195px;
}
#product_145 .proItem::after{
	width: 12px;
	height: 3px;
	background: #233c82;
	right: 19px;
	top:50%;
	margin-top: -1px;
	content: '';
	position: absolute;
}
#product_145 .proItem:last-child{
	width: 145px;
	padding-right: 0;
}
#product_145 .proItem .imgT{
	border:#dadada solid 1px;
	/* height: 110px; */
	border-radius: 20px;
	padding: 5px;
	overflow: hidden;
	width: 145px;
	position: relative;
}
#product_145 .proItem .imgT .bg{
	width: 100%;
	height: auto;
}
#product_145 .proItem .imgT::after{
	width: 0;
	height:0;
	background: #233c82;
	left:50%;
	top:50%;
	content: '';
	position: absolute;
	transition: all 0.8s;
	border-radius: 20px;
}
#product_145 .proItem:hover .imgT::after,
#product_145 .proItem.active .imgT::after{
	width: 100%;
	height:100%;
	left: 0;
	top:0;
}
#product_145 .proItem .img{
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	object-fit: cover;
	border-radius: 20px;
	position: absolute;
	z-index: 10;
	left: 5px;
	top:5px;
}
@media screen and (max-width: 1200px) {
	#product_145 .product{
		width: 100%;
		padding: 0 20px;
	}
}
@media screen and (max-width: 1024px) {
	#product_145 .product{
		top:0;
		transform: translateY(0);
	}
	#product_145 .swiper-wrapper{
		height: 100%;
		display: flex;
	}
	#product_145 .cloumn .name{
		font-size: 24px;
		line-height: 40px;
	}
	#product_145 .moreBtn{
		width: 130px;
		height: 40px;
		line-height: 40px;
	}
	#product_145 .moreBtn::after{
		width: 25px;
		height: 25px;
	}
	#product_145 .productCon{
		margin:20px;
		height: 350px;
		width: calc(100% - 40px);
		overflow: hidden;
		padding: 0;
	}
	#product_145 .productCon .swiper-slide{
		width: 100%;
		height: 100%;
	}
	
	#product_145 .title{
		font-size: 20px;
		line-height: 50px;
	}
	#product_145 .intrs{
		width: 100%;
		margin: 15px 0;
	}
	
	#product_145 .more{
		width: 130px;
		height: 40px;
		line-height: 40px;
	}
	#product_145 .proList{
		display: grid;
		grid-template-columns: repeat(6,1fr);
		padding: 5px;
		height: auto;
		margin-bottom: 20px;
	}
	#product_145 .proItem{
		padding-right: 0;
		width:calc(100% - 10px);
		margin:5px 5px;
	}
	#product_145 .proItem .imgT{
		width: 100%;
	}
	#product_145 .proItem::after{
		display: none;
	}
}
@media screen and (max-width: 768px){
	#product_145 .contL{
		width: 100%;
	}
	#product_145 .imgR{
		width: 100%;
		height: 240px;
		margin-top: 20px;
	}
	#product_145 .productCon{
		padding: 10px 0;
		height: 420px;
		overflow: hidden;
	}
	#product_145 .proList{
		grid-template-columns: repeat(2,1fr);
	}
	#product_145 .proList{
		border-radius: 0 0 30px 30px;
	}
}